home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / javaedit.zip / JAVAEDIT.EXE / 0 / RCDATA / TDLGSETTINGS / TDLGSETTINGS.txt
Text File  |  1996-05-19  |  4KB  |  198 lines

  1. object dlgSettings: TdlgSettings
  2.   Left = 265
  3.   Top = 151
  4.   BorderStyle = bsDialog
  5.   Caption = 'Settings'
  6.   ClientHeight = 245
  7.   ClientWidth = 394
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCloseQuery = FormCloseQuery
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object PageControl: TPageControl
  18.     Left = 0
  19.     Top = 0
  20.     Width = 394
  21.     Height = 245
  22.     ActivePage = tsDisplay
  23.     Align = alClient
  24.     TabOrder = 0
  25.     object tsDisplay: TTabSheet
  26.       Caption = 'Display'
  27.       object Label1: TLabel
  28.         Left = 16
  29.         Top = 20
  30.         Width = 24
  31.         Height = 13
  32.         Caption = '&Font:'
  33.         FocusControl = cmbFontName
  34.       end
  35.       object Label2: TLabel
  36.         Left = 296
  37.         Top = 20
  38.         Width = 23
  39.         Height = 13
  40.         Caption = '&Size:'
  41.       end
  42.       object Label5: TLabel
  43.         Left = 16
  44.         Top = 148
  45.         Width = 41
  46.         Height = 13
  47.         Caption = '&Tab Set:'
  48.         FocusControl = spnTabSet
  49.       end
  50.       object cmbFontName: TComboBox
  51.         Left = 56
  52.         Top = 16
  53.         Width = 225
  54.         Height = 21
  55.         Style = csDropDownList
  56.         ItemHeight = 13
  57.         TabOrder = 0
  58.         OnChange = cmbFontNameChange
  59.       end
  60.       object pnlSample: TPanel
  61.         Left = 16
  62.         Top = 56
  63.         Width = 361
  64.         Height = 73
  65.         BevelOuter = bvLowered
  66.         Caption = 'AaBbXxZz'
  67.         TabOrder = 1
  68.       end
  69.       object spnFontSize: TSpinEdit
  70.         Left = 336
  71.         Top = 16
  72.         Width = 41
  73.         Height = 22
  74.         MaxValue = 72
  75.         MinValue = 6
  76.         TabOrder = 2
  77.         Value = 8
  78.         OnChange = spnFontSizeChange
  79.       end
  80.       object spnTabSet: TSpinEdit
  81.         Left = 64
  82.         Top = 144
  83.         Width = 41
  84.         Height = 22
  85.         MaxValue = 80
  86.         MinValue = 1
  87.         TabOrder = 3
  88.         Value = 4
  89.       end
  90.     end
  91.     object tsSettings: TTabSheet
  92.       Caption = 'External Applications'
  93.       object Label4: TLabel
  94.         Left = 8
  95.         Top = 19
  96.         Width = 69
  97.         Height = 13
  98.         Caption = 'Java &Compiler:'
  99.         FocusControl = edtJavac
  100.       end
  101.       object Label3: TLabel
  102.         Left = 8
  103.         Top = 51
  104.         Width = 67
  105.         Height = 13
  106.         Caption = 'Web &Browser:'
  107.         FocusControl = edtBrowser
  108.       end
  109.       object edtJavac: TEdit
  110.         Left = 104
  111.         Top = 16
  112.         Width = 177
  113.         Height = 21
  114.         TabOrder = 0
  115.       end
  116.       object cmdBrowseJavac: TButton
  117.         Left = 304
  118.         Top = 16
  119.         Width = 75
  120.         Height = 25
  121.         Caption = 'Browse...'
  122.         TabOrder = 1
  123.         OnClick = cmdBrowseJavacClick
  124.       end
  125.       object edtBrowser: TEdit
  126.         Left = 104
  127.         Top = 48
  128.         Width = 177
  129.         Height = 21
  130.         TabOrder = 2
  131.       end
  132.       object cmdBrowseBrowser: TButton
  133.         Left = 303
  134.         Top = 48
  135.         Width = 75
  136.         Height = 25
  137.         Caption = 'Browse...'
  138.         TabOrder = 3
  139.         OnClick = cmdBrowseBrowserClick
  140.       end
  141.       object cmdDefaultBrowser: TButton
  142.         Left = 104
  143.         Top = 72
  144.         Width = 177
  145.         Height = 25
  146.         Caption = 'Use Default Browser'
  147.         TabOrder = 4
  148.         OnClick = cmdDefaultBrowserClick
  149.       end
  150.       object chkDDE: TCheckBox
  151.         Left = 8
  152.         Top = 104
  153.         Width = 177
  154.         Height = 17
  155.         Caption = 'Use &DDE with Netscape'
  156.         TabOrder = 5
  157.       end
  158.     end
  159.   end
  160.   object cmdOK: TButton
  161.     Left = 143
  162.     Top = 210
  163.     Width = 75
  164.     Height = 25
  165.     Caption = 'OK'
  166.     Default = True
  167.     ModalResult = 1
  168.     TabOrder = 1
  169.     OnClick = cmdOKClick
  170.   end
  171.   object cmdCancel: TButton
  172.     Left = 223
  173.     Top = 210
  174.     Width = 75
  175.     Height = 25
  176.     Cancel = True
  177.     Caption = 'Cancel'
  178.     ModalResult = 2
  179.     TabOrder = 2
  180.   end
  181.   object cmdHelp: TButton
  182.     Left = 303
  183.     Top = 210
  184.     Width = 75
  185.     Height = 25
  186.     Caption = '&Help'
  187.     TabOrder = 3
  188.   end
  189.   object dlgOpen: TOpenDialog
  190.     FileEditStyle = fsEdit
  191.     FileName = 'javac.exe'
  192.     Filter = 'java compiler|javac.exe|All files|*.*'
  193.     Options = [ofPathMustExist]
  194.     Left = 20
  195.     Top = 200
  196.   end
  197. end
  198.